Skip to main content
Version: V10

Maps

Before you start

Follow the instructions mentioned in this article to consume the VIDIZMO Map Widget: How to use VIDIZMO Widgets

Adding the Map Widget

Following the below-given steps will add the Map Widget to your website.

Get Started

Step 1: Add the following HTML tag into the body section of your Web App code to add the Map Widget.

Note: Make sure data-widget is set to 'true' as this applies the VIDIZMO default styling to the widget.

Step 2: Following are few sample events against this Map widget that can be added into the body section of your web application. More events can be found below in the table.

document.querySelector(".map").addEventListener('on-download', (evt) => {

});

Events

Event NameEvent DataScenario
on-downloadnumberWhen mashup map download starts, this event will be raised.

Sample Code